CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / ObjectFilter Json Schema
In This Topic
    ObjectFilter Json Schema
    In This Topic
    Description
    Filter used for objects
    Overview
    ObjectFilter
    Filter used for objects
    skip : integer
    number of records to skip for pagination
    limit : integer
    maximum number of records to return
    ObjectID : string
    provides a wild card string to filter objects by their objectId.
    ClassID : string
    Class ID for the object provides a wild card string to filter the object list by classId.
    Description : string
    provides a wild card string to filter objects by their description.
    Properties
    NameDescriptionData Type
    number of records to skip for paginationinteger
    maximum number of records to returninteger
    provides a wild card string to filter objects by their objectId.string
    Class ID for the object provides a wild card string to filter the object list by classId.string
    provides a wild card string to filter objects by their description.string
    See Also